?Divide two values to return a quotient or floating-point result1Divide two values, unsigned, returning a quotient&Remainder of dividing value1 by value2/Remainder of unsigned dividing value1 by value2=Bitwise AND of two integral values, returns an integral value5Bitwise OR of two integer values, returns an integer.1Bitwise XOR of integer values, returns an integer0Shift an integer to the left (shifting in zeros):Shift an integer right, (shift in sign), return an integer:Shift an integer right, (shift in zero), return an integerNegate valueBitwise complement'Convert to int8, pushing int32 on stack(Convert to int16, pushing int32 on stack(Convert to int32, pushing int32 on stack(Convert to int64, pushing int64 on stack